3.1047 \(\int \frac{\left (c d^2+2 c d e x+c e^2 x^2\right )^{5/2}}{(d+e x)^5} \, dx\)

Optimal. Leaf size=31 \[ \frac{c^2 \sqrt{c d^2+2 c d e x+c e^2 x^2}}{e} \]

[Out]

(c^2*Sqrt[c*d^2 + 2*c*d*e*x + c*e^2*x^2])/e

_______________________________________________________________________________________

Rubi [A]  time = 0.0660586, antiderivative size = 31, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 32, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.062 \[ \frac{c^2 \sqrt{c d^2+2 c d e x+c e^2 x^2}}{e} \]

Antiderivative was successfully verified.

[In]  Int[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(d + e*x)^5,x]

[Out]

(c^2*Sqrt[c*d^2 + 2*c*d*e*x + c*e^2*x^2])/e

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 17.8426, size = 29, normalized size = 0.94 \[ \frac{c^{2} \sqrt{c d^{2} + 2 c d e x + c e^{2} x^{2}}}{e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**(5/2)/(e*x+d)**5,x)

[Out]

c**2*sqrt(c*d**2 + 2*c*d*e*x + c*e**2*x**2)/e

_______________________________________________________________________________________

Mathematica [A]  time = 0.0160231, size = 23, normalized size = 0.74 \[ \frac{c^3 x (d+e x)}{\sqrt{c (d+e x)^2}} \]

Antiderivative was successfully verified.

[In]  Integrate[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(d + e*x)^5,x]

[Out]

(c^3*x*(d + e*x))/Sqrt[c*(d + e*x)^2]

_______________________________________________________________________________________

Maple [A]  time = 0.002, size = 32, normalized size = 1. \[{\frac{x}{ \left ( ex+d \right ) ^{5}} \left ( c{e}^{2}{x}^{2}+2\,cdex+c{d}^{2} \right ) ^{{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*e^2*x^2+2*c*d*e*x+c*d^2)^(5/2)/(e*x+d)^5,x)

[Out]

(c*e^2*x^2+2*c*d*e*x+c*d^2)^(5/2)/(e*x+d)^5*x

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d)^5,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

_______________________________________________________________________________________

Fricas [A]  time = 0.223251, size = 46, normalized size = 1.48 \[ \frac{\sqrt{c e^{2} x^{2} + 2 \, c d e x + c d^{2}} c^{2} x}{e x + d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d)^5,x, algorithm="fricas")

[Out]

sqrt(c*e^2*x^2 + 2*c*d*e*x + c*d^2)*c^2*x/(e*x + d)

_______________________________________________________________________________________

Sympy [A]  time = 15.0402, size = 41, normalized size = 1.32 \[ c^{2} \left (\begin{cases} \frac{x \sqrt{c d^{2}}}{d} & \text{for}\: e = 0 \\\frac{\sqrt{c d^{2} + 2 c d e x + c e^{2} x^{2}}}{e} & \text{otherwise} \end{cases}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**(5/2)/(e*x+d)**5,x)

[Out]

c**2*Piecewise((x*sqrt(c*d**2)/d, Eq(e, 0)), (sqrt(c*d**2 + 2*c*d*e*x + c*e**2*x
**2)/e, True))

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d)^5,x, algorithm="giac")

[Out]

Exception raised: TypeError